home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam16 / class2.d < prev    next >
Text File  |  1995-09-27  |  689b  |  44 lines

  1.  
  2.  
  3.  
  4.  
  5. /*
  6.  *
  7.  *    This source code is CONFIDENTIAL and
  8.  *    PROPRIETARY to Algorithms Corporation. Unauthorized
  9.  *    distribution, adaptation or use    may
  10.  *    be subject to civil and    criminal penalties.
  11.  *
  12.  *    Copyright (c) 1993 Algorithms Corporation
  13.  *    3020 Liberty Hills Drive
  14.  *    Franklin, TN  37064
  15.  *
  16.  *    ALL RIGHTS RESERVED.
  17.  *
  18.  *
  19.  *
  20.  */
  21.  
  22.  
  23. defclass  Class2 : Class1;
  24.  
  25.  
  26. /*
  27.  *
  28.  *    This source code is CONFIDENTIAL and
  29.  *    PROPRIETARY to Algorithms Corporation. Unauthorized
  30.  *    distribution, adaptation or use    may
  31.  *    be subject to civil and    criminal penalties.
  32.  *
  33.  *    Copyright (c) 1993 Algorithms Corporation
  34.  *    3020 Liberty Hills Drive
  35.  *    Franklin, TN  37064
  36.  *
  37.  *    ALL RIGHTS RESERVED.
  38.  *
  39.  *
  40.  *
  41.  */
  42.  
  43.  
  44.